The GRIB_GET function returns a value from a key/value pair. If several keys of the same name are present, the last key is returned.
Result = GRIB_GET( Ghandle, Key)
Returns the value from a key/value pair as the default (native) type.
A GRIB handle.
A case-sensitive string containing the desired key name.
See GRIB_GET_VALUESfor a general example using the GRIB routines.
8.1 |
Introduced |